Changeset 2248641
- Timestamp:
- 02/22/2020 08:59:30 AM (6 years ago)
- Location:
- woo-pay-via-proxyapi
- Files:
-
- 2 edited
-
tags/1.0/trunk/proxyapi-pvp.php (modified) (1 diff)
-
trunk/proxyapi-pvp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-pay-via-proxyapi/tags/1.0/trunk/proxyapi-pvp.php
r2247653 r2248641 149 149 $callbackUrl = home_url('/wc-api/'.strtolower($this->webHook)); 150 150 $timestamp = time(); 151 $amount = intval(floatval($order->get_total()) * 100);151 $amount = floatval($order->get_total()); 152 152 $senderMSISDN = $this->__format_msisdn($order->get_billing_phone()); 153 153 $accountRef = strval($order_id); -
woo-pay-via-proxyapi/trunk/proxyapi-pvp.php
r2247653 r2248641 149 149 $callbackUrl = home_url('/wc-api/'.strtolower($this->webHook)); 150 150 $timestamp = time(); 151 $amount = intval(floatval($order->get_total()) * 100);151 $amount = floatval($order->get_total()); 152 152 $senderMSISDN = $this->__format_msisdn($order->get_billing_phone()); 153 153 $accountRef = strval($order_id);
Note: See TracChangeset
for help on using the changeset viewer.