-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #87 added button to redirect to paypal payment method wizard …
…(SirDomin) This PR was merged into the 1.0-dev branch. Discussion ---------- ![image](https://user-images.githubusercontent.com/22825722/92582437-3c0ebd00-f291-11ea-80c6-e70e1cc0a12c.png) Commits ------- 51b379c added button to redirect to paypal payment method wizard 579d0ee pr-fix
- Loading branch information
Showing
3 changed files
with
12 additions
and
0 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{% import '@SyliusUi/Macro/buttons.html.twig' as buttons %} | ||
|
||
{% set path = path('sylius_admin_payment_method_create', {'factory': 'sylius.pay_pal'}) %} | ||
|
||
<div class="ui buttons icon top floating button"> | ||
{{ buttons.default(path, 'sylius.pay_pal.enable_paypal'|trans , null, null) }} | ||
</div> |