Skip to content

Commit 6092669

Browse files
committed
Updated Paypal Service
1 parent 957f99a commit 6092669

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.4.0"
15+
"php": ">=7.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "~4.0",

src/Services/Paypal.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ public function complete(int $id, SubscriptionProductContract $product, Subscrip
4646
'cmd'=>'_xclick-subscriptions',
4747
'a3'=>$product->getPrice(),
4848
'p3'=>$product->getFrequency(),
49-
't3'=>$recur
49+
't3'=>$recur,
50+
'src'=>1
5051
]);
5152

5253
if($product->getDiscount() > 0){

0 commit comments

Comments
 (0)