File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Braintree/view/frontend/web/js/view/payment/method-renderer
Paypal/etc/adminhtml/system
Vault/view/frontend/templates/customer_account
dev/tests/integration/testsuite/Magento/Paypal/Model/Config/Structure/Reader/_files/expected Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ define([
205
205
container : 'paypal-container' ,
206
206
singleUse : true ,
207
207
headless : true ,
208
- amount : this . amount ,
208
+ amount : this . grandTotalAmount ,
209
209
currency : totals [ 'base_currency_code' ] ,
210
210
locale : this . getLocale ( ) ,
211
211
enableShippingAddress : true ,
Original file line number Diff line number Diff line change 12
12
<fieldset_css >pp-method-payflow</fieldset_css >
13
13
<comment >Connect your merchant account with a fully customizable gateway that lets customers pay without leaving your site.</comment >
14
14
<attribute type =" activity_path" >payment/payflowpro/active</attribute >
15
- <more_url >https://www.paypal.com/webapps/mpp/referral/paypal- payflow-pro ?partner_id=NB9WWHYEMVUMS</more_url >
15
+ <more_url >https://www.paypal.com/webapps/mpp/payflow-payment-gateway ?partner_id=NB9WWHYEMVUMS</more_url >
16
16
<attribute type =" paypal_ec_separate" >1</attribute >
17
17
<group id =" paypal_payflow_required" translate =" label" showInDefault =" 1" showInWebsite =" 1" sortOrder =" 10" >
18
18
<label >Required PayPal Settings</label >
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ use Magento\Vault\Block\CardRendererInterface;
9
9
10
10
/** @var CardRendererInterface|Template $block */
11
11
12
- $ ccNumberView = ' xxxx-xxxx-xxxx- ' . $ block ->escapeHtml ($ block ->getNumberLast4Digits ());
12
+ $ ccNumberView = $ block ->escapeHtml ($ block ->getNumberLast4Digits ());
13
13
?>
14
14
<tr>
15
15
<td data-th="<?php echo $ block ->escapeHtml (__ ('Card Number ' )) ?> " class="col card-number">
16
- <?php /* @noEscape */ echo $ ccNumberView ?>
16
+ <span> <?php echo $ block -> escapeHtml ( __ ( ' ending ' )); ?> </span> < ?php /* @noEscape */ echo $ ccNumberView ?>
17
17
</td>
18
18
<td data-th="<?php echo $ block ->escapeHtml (__ ('Expiration Date ' )) ?> " class="col card-expire">
19
19
<?php echo $ block ->escapeHtml ($ block ->getExpDate ()); ?>
@@ -27,7 +27,7 @@ $ccNumberView = 'xxxx-xxxx-xxxx-' . $block->escapeHtml($block->getNumberLast4Dig
27
27
<td data-th="<?php echo $ block ->escapeHtml (__ ('Actions ' )) ?> " class="col actions">
28
28
<form
29
29
class="form"
30
- action="<?php /* @escapeNotVerified */ echo $ block ->getUrl ('vault/cards/deleteaction ' ) ?> "
30
+ action="<?php echo $ block ->escapeUrl ( $ block -> getUrl ('vault/cards/deleteaction ' )); ?> "
31
31
method="post"
32
32
>
33
33
<?php echo $ block ->getBlockHtml ('formkey ' )?>
@@ -50,5 +50,6 @@ $ccNumberView = 'xxxx-xxxx-xxxx-' . $block->escapeHtml($block->getNumberLast4Dig
50
50
}'>
51
51
<span><?php echo $ block ->escapeHtml (__ ('Delete ' )) ?> </span>
52
52
</button>
53
+ </form>
53
54
</td>
54
55
</tr>
Original file line number Diff line number Diff line change 32
32
<fieldset_css >pp-method-payflow</fieldset_css >
33
33
<comment >Connect your merchant account with a fully customizable gateway that lets customers pay without leaving your site.</comment >
34
34
<attribute type =" activity_path" >payment/payflowpro/active</attribute >
35
- <more_url >https://www.paypal.com/webapps/mpp/referral/paypal- payflow-pro ?partner_id=NB9WWHYEMVUMS</more_url >
35
+ <more_url >https://www.paypal.com/webapps/mpp/payflow-payment-gateway ?partner_id=NB9WWHYEMVUMS</more_url >
36
36
<attribute type =" paypal_ec_separate" >1</attribute >
37
37
<group id =" paypal_payflow_required" translate =" label" showInDefault =" 1" showInWebsite =" 1" sortOrder =" 10" >
38
38
<label >Required PayPal Settings</label >
You can’t perform that action at this time.
0 commit comments