-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The first part is handled by `get_field_specs`: this method is responsible for returning a dict which contains the expected keys. The second part is handled by the Facade, with its method `build_payment_form_fields` which take the request and the reslt from `get_field_specs`. The `get_field_specs` is also split into multiple methods: * `get_field_merchant_return_data` handles the content of the field `merchantReturnData` (by default it's the order's `amount`) * `get_field_return_url` handles the content of the field `resURL`. These changes are backward compatible.
- Loading branch information
Showing
1 changed file
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters