Enabled product bundles
This commit is contained in:
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/bacs/class-wc-gateway-bacs.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/bacs/class-wc-gateway-bacs.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/cheque/class-wc-gateway-cheque.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/cheque/class-wc-gateway-cheque.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-cc.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-cc.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-echeck.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-echeck.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/cod/class-wc-gateway-cod.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/cod/class-wc-gateway-cod.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/images/paypal.png
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/images/paypal.png
Normal file → Executable file
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.js
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.js
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.min.js
vendored
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.min.js
vendored
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/class-wc-gateway-paypal.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/class-wc-gateway-paypal.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php
Normal file → Executable file
2
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php
Normal file → Executable file
2
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php
Normal file → Executable file
@@ -292,7 +292,7 @@ class WC_Gateway_Paypal_IPN_Handler extends WC_Gateway_Paypal_Response {
|
||||
*/
|
||||
protected function payment_status_refunded( $order, $posted ) {
|
||||
// Only handle full refunds, not partial.
|
||||
if ( $order->get_total() === wc_format_decimal( $posted['mc_gross'] * -1 ) ) {
|
||||
if ( $order->get_total() === wc_format_decimal( $posted['mc_gross'] * -1, wc_get_price_decimals() ) ) {
|
||||
|
||||
/* translators: %s: payment status. */
|
||||
$order->update_status( 'refunded', sprintf( __( 'Payment %s via IPN.', 'woocommerce' ), strtolower( $posted['payment_status'] ) ) );
|
||||
|
||||
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/settings-paypal.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/settings-paypal.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/images/cards.png
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/images/cards.png
Normal file → Executable file
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/images/logo.png
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/images/logo.png
Normal file → Executable file
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/js/simplify-commerce.js
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/js/simplify-commerce.js
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/js/simplify-commerce.min.js
vendored
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/js/simplify-commerce.min.js
vendored
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/AccessToken.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/AccessToken.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Authentication.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Authentication.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Authorization.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Authorization.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/CardToken.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/CardToken.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Chargeback.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Chargeback.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Constants.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Constants.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Coupon.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Coupon.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Customer.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Customer.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Deposit.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Deposit.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Event.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Event.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Exceptions.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Exceptions.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/FraudCheck.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/FraudCheck.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Http.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Http.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Invoice.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Invoice.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/InvoiceItem.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/InvoiceItem.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Object.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Object.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Payment.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Payment.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/PaymentsApi.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/PaymentsApi.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Plan.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Plan.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Refund.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Refund.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/ResourceList.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/ResourceList.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Subscription.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Subscription.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Tax.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Tax.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/TransactionReview.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/TransactionReview.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Webhook.php
Normal file → Executable file
0
backend/wordpress/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Webhook.php
Normal file → Executable file
Reference in New Issue
Block a user