testemich Promotion
This commit is contained in:
parent
38e7fd504a
commit
a0f4eda6ea
83 changed files with 1690 additions and 504 deletions
|
|
@ -186,7 +186,7 @@ class PayController extends Controller
|
|||
|
||||
Util::setUserHistoryValue(['status'=>5], $identifier);
|
||||
switch ($payment_for) {
|
||||
case 4: //promotion
|
||||
case 7: //promotion
|
||||
return redirect(route('web_promotion_goto', ['thanksorder', $this->shopping_order->promotion_user_id, $payt->id, $this->reference, $identifier]));
|
||||
break;
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ class PayPalController extends Controller
|
|||
"reference_id" => $shopping_payment->reference,
|
||||
"shopping_order_id" => $shopping_payment->shopping_order_id,
|
||||
"amount"=> [
|
||||
"currency_code"=> "USD",
|
||||
"currency_code"=> "EUR",
|
||||
"value"=> ($shopping_payment->amount / 100)
|
||||
],
|
||||
'description' => 'test'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue