Skip to content

Commit

Permalink
update payment url
Browse files Browse the repository at this point in the history
  • Loading branch information
iZaL committed Sep 13, 2017
1 parent fafd825 commit 0087a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TapBilling.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TapBilling implements Billing
protected $UserName;
protected $Password;
protected $ErrorURL;
protected $PaymentURL = 'https://www.gotapnow.com/TapWebConnect/Tap/WebPay';
protected $PaymentURL = 'https://www.gotapnow.com/TapWebConnect/Tap/WebPay/PaymentRequest';
protected $PaymentOption = 'ALL';
protected $AutoReturn = 'Y';
protected $CurrencyCode = 'KWD';
Expand Down

0 comments on commit 0087a36

Please sign in to comment.