Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ébano Penha Andrello Lopes committed May 7, 2019
2 parents e758bb5 + 778e790 commit a8f5ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/RESTRICT-PAYMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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.

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.
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.

### Add custom payment methods

Expand Down
2 changes: 1 addition & 1 deletion docs/RESTRICT-STATES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Orders with a specific state can be excluded from being sent to Signifyd. E.g. b
**_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._**

## Things to know before getting started
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.
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.

## Changing settings

Expand Down

0 comments on commit a8f5ae1

Please sign in to comment.