Skip to content

Commit

Permalink
Fix partial refund and CSP config
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wysocki committed Aug 9, 2024
1 parent 1ddac9a commit b5af7a1
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,23 @@
<can_cancel>1</can_cancel>
<currency>PLN</currency>
<use_sandbox>0</use_sandbox>
<can_refund_partial_per_invoice>1</can_refund_partial_per_invoice>
</Tpay_Magento2>
</payment>
<csp>
<mode>
<storefront>
<report_only>0</report_only>
</storefront>
<admin>
<report_only>0</report_only>
</admin>
<storefront_checkout_index_index>
<report_only>1</report_only>
</storefront_checkout_index_index>
</mode>
<policies>
<storefront_checkout_index_index>
<scripts>
<inline>0</inline>
<event_handlers>0</event_handlers>
</scripts>
</storefront_checkout_index_index>
</policies>
</csp>
</default>
</config>

0 comments on commit b5af7a1

Please sign in to comment.