Changeset 2473743
- Timestamp:
- 02/12/2021 01:10:07 PM (5 years ago)
- Location:
- vandar-woocommerce-gateway/trunk
- Files:
-
- 3 edited
-
class-wc-gateway-vandario.php (modified) (3 diffs)
-
readme.md (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vandar-woocommerce-gateway/trunk/class-wc-gateway-vandario.php
r2313541 r2473743 197 197 public function send($api, $amount, $redirect, $mobile = null, $factorNumber = null, $description = null) 198 198 { 199 return $this->curl_post('https:// vandar.io/api/ipg/send', [199 return $this->curl_post('https://ipg.vandar.io/api/v3/send', [ 200 200 'api_key' => $api, 201 201 'amount' => $amount * 10, … … 209 209 public function verify($api, $token) 210 210 { 211 return $this->curl_post('https:// vandar.io/api/ipg/verify', [211 return $this->curl_post('https://ipg.vandar.io/api/v3/verify', [ 212 212 'api_key' => $api, 213 213 'token' => $token, … … 284 284 $Mobile = preg_match('/^09[0-9]{9}/i', $Mobile) ? $Mobile : ''; 285 285 286 $accvandar = 'https:// vandar.io/ipg/%s';286 $accvandar = 'https://ipg.vandar.io/v3/%s'; 287 287 288 288 -
vandar-woocommerce-gateway/trunk/readme.md
r2306202 r2473743 27 27 == Changelog == 28 28 29 = 1.0 =29 = 2.0 = 30 30 * Initial commit -
vandar-woocommerce-gateway/trunk/readme.txt
r2306202 r2473743 27 27 == Changelog == 28 28 29 = 1.0 =29 = 2.0 = 30 30 * Initial commit
Note: See TracChangeset
for help on using the changeset viewer.