CommerceWeavers / SyliusTpayPlugin

MIT License
0 stars 1 forks source link

Create a configuration for defining success/error/notify routes #10

Open jakubtobiasz opened 1 month ago

jakubtobiasz commented 1 month ago

In #4 I've created the following parameters:

Despite it probably won't be changed by anyone, we should provide a dev-friendly way of configuring it. E.g.

commerce_weavers_tpay:
    payum:
        create_transaction:
            success_route: 'some_other_route'
            # etc.

Small wins 🏆