Skip to content

Commit a8f5ae1

Browse files
author
Ébano Penha Andrello Lopes
committed
Merge remote-tracking branch 'origin/master'
2 parents e758bb5 + 778e790 commit a8f5ae1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/RESTRICT-PAYMENTS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Orders placed using a specific payment method can be excluded from being sent to Signifyd. These orders will not be created in Signifyd and the extension will not interfere with the order workflow i.e. place the order on hold or capture the payment.
1010

11-
By default the extension will automatically exclude orders with the following payment methods from being sent to Signifyd `checkmo,cashondelivery,banktransfer,purchaseorder`. If you want to modify the payment methods (add or remove) you will need to provide a list of payment methods codes in a comma separated list.
11+
By default the extension will automatically exclude orders with the following payment methods from being sent to Signifyd `checkmo,cashondelivery,banktransfer,purchaseorder`. If you want to modify the payment methods (add or remove) you will need to provide a list of payment methods codes in a comma separated list. You will also need to clear the configuration or full cache for the change to take effect.
1212

1313
### Add custom payment methods
1414

docs/RESTRICT-STATES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Orders with a specific state can be excluded from being sent to Signifyd. E.g. b
77
**_Warning: the wrong settings can interfere with the checkout and payment workflows. If you need to modify the restricted states it's recommended you first test it on your development environment. The default restricted states have already been tested with Magento's default payment methods._**
88

99
## Things to know before getting started
10-
Be aware that these settings use Magento states (not status), which must be one of these: `new, pending_payment, payment_review, processing, complete, closed, canceled, holded`. States should be provided as a comma separated list of one or more values.
10+
Be aware that these settings use Magento states (not status), which must be one of these: `new, pending_payment, payment_review, processing, complete, closed, canceled, holded`. States should be provided as a comma separated list of one or more values. You will also need to clear the configuration or full cache.
1111

1212
## Changing settings
1313

0 commit comments

Comments
 (0)