Skip to content

Commit 5efc713

Browse files
authored
Merge pull request #11 from progcode/develop
Develop
2 parents 7a02304 + 0aa4103 commit 5efc713

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Pay2/Pay2/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Client
1414
*
1515
* @var string
1616
*/
17-
public static $clientVersion = '0.2.0.1';
17+
public static $clientVersion = '0.2.0.2';
1818

1919
/**
2020
* Start payment url
@@ -224,7 +224,7 @@ public function buildForm($orderId, $payTotal, $customerData, $paymentTosHtml, $
224224
break;
225225

226226
default:
227-
$form = '<form action="'.self::$apiUrl.'" method="post">
227+
$form = '<form action="'.self::$paymentStartUrl.'" method="post">
228228
<input type="hidden" name="clientVersion" value="'.self::$clientVersion.'" />
229229
<input type="hidden" name="transactionData" value="'.base64_encode(json_encode($transactionData)).'" />
230230

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"email": "support@icoders.co"
1616
}
1717
],
18-
"version": "0.2.0.1",
18+
"version": "0.2.0.2",
1919
"license": "MIT",
2020
"minimum-stability": "dev",
2121
"require": {

0 commit comments

Comments
 (0)