Changeset 2620040
- Timestamp:
- 10/26/2021 09:56:50 AM (4 years ago)
- File:
-
- 1 edited
-
provesource/trunk/provesrc.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
provesource/trunk/provesrc.php
r2619020 r2620040 7 7 * Plugin Name: ProveSource 8 8 * Description: ProveSource is a social proof marketing platform that works with your Wordpress and WooCommerce websites out of the box 9 * Version: 2.2.1 09 * Version: 2.2.11 10 10 * Author: ProveSource LTD 11 11 * Author URI: https://provesrc.com … … 47 47 48 48 public static function version() { 49 return '2.2.1 0';49 return '2.2.11'; 50 50 } 51 51 } … … 318 318 'currency' => $order->get_currency(), 319 319 'products' => provesrc_get_products_array($order), 320 'billingAddress' => $order->get_address('billing'), 321 'shippingAddress' => $order->get_address('shipping'), 320 322 ); 321 323 if($location) { 322 $payload[' location'] = $location;324 $payload['wooLocation'] = $location; 323 325 } 324 326 $countryCode = $order->get_billing_country();
Note: See TracChangeset
for help on using the changeset viewer.