File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
app/code/Magento/Paypal/Test/Mftf Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 10
10
<annotations >
11
11
<description >Enable Paypal Payflow Link through CLI Command with all Credentials in Configuration</description >
12
12
</annotations >
13
- <magentoCLI command =" config:set {{PaypalPayflowEditionEmail.path}} {{PaypalPayflowEditionEmail.value}}" stepKey =" enterInputForEmail" />
14
- <magentoCLI command =" config:set {{PaypalPayflowEditionPartner.path}} {{PaypalPayflowEditionPartner.value}}" stepKey =" enterInputForPartner" />
15
- <magentoCLI command =" config:set {{PaypalPayflowEditionVendor.path}} {{PaypalPayflowEditionVendor.value}}" stepKey =" enterInputForVendor" />
16
- <magentoCLI command =" config:set {{PaypalPayflowEditionUser.path}} {{PaypalPayflowEditionUser.value}}" stepKey =" enterInputForUser" />
17
- <magentoCLI command =" config:set {{PaypalPayflowEditionPassword.path}} {{PaypalPayflowEditionPassword.value}}" stepKey =" enterInputForPassword" />
13
+ <arguments >
14
+ <argument name =" credentials" defaultValue =" _CREDS" />
15
+ </arguments >
16
+ <magentoCLI command =" config:set {{PaypalPayflowEditionEmail.path}} {{credentials.magento/paypal_paymentsflowlink_businessacct}}" stepKey =" enterInputForEmail" />
17
+ <magentoCLI command =" config:set {{PaypalPayflowEditionPartner.path}} {{credentials.magento/paypal_paymentsflowlink_partner}}" stepKey =" enterInputForPartner" />
18
+ <magentoCLI command =" config:set {{PaypalPayflowEditionVendor.path}} {{credentials.magento/paypal_paymentsflowlink_vendor}}" stepKey =" enterInputForVendor" />
19
+ <magentoCLI command =" config:set {{PaypalPayflowEditionUser.path}} {{credentials.magento/paypal_paymentsflowlink_user}}" stepKey =" enterInputForUser" />
20
+ <magentoCLI command =" config:set {{PaypalPayflowEditionPassword.path}} {{credentials.magento/paypal_paymentsflowlink_password}}" stepKey =" enterInputForPassword" />
18
21
<magentoCLI command =" config:set {{SandboxFlag.path}} {{SandboxFlag.value}}" stepKey =" enableSandboxMode" />
19
22
<magentoCLI command =" config:set {{EnablePaypalPayflowEditionoMethod.path}} {{EnablePaypalPayflowEditionoMethod.value}}" stepKey =" enablePayflowEdition" />
20
23
<magentoCLI command =" config:set {{EnablePaypalExpressPayflow.path}} {{EnablePaypalExpressPayflow.value}}" stepKey =" enablePaypalExpress" />
Original file line number Diff line number Diff line change 269
269
</entity >
270
270
<entity name =" PaypalPayflowEditionEmail" type =" text" >
271
271
<data key =" path" >paypal/general/business_account</data >
272
- <data key =" value" >us_m2_biz@ebay.com</data >
273
272
</entity >
274
273
<entity name =" PaypalPayflowEditionPartner" type =" text" >
275
274
<data key =" path" >payment/payflow_link/partner</data >
276
- <data key =" value" >PayPal</data >
277
275
</entity >
278
276
<entity name =" PaypalPayflowEditionUser" type =" password" >
279
277
<data key =" path" >payment/payflow_link/user</data >
280
- <data key =" value" >mpilink</data >
281
278
</entity >
282
279
<entity name =" PaypalPayflowEditionVendor" type =" text" >
283
280
<data key =" path" >payment/payflow_link/vendor</data >
284
- <data key =" value" >mpilink</data >
285
281
</entity >
286
282
<entity name =" PaypalPayflowEditionPassword" type =" password" >
287
283
<data key =" path" >payment/payflow_link/pwd</data >
288
- <data key =" value" >1234_1234L!</data >
289
284
</entity >
290
285
<entity name =" SandboxFlag" type =" sandbox_flag" >
291
286
<data key =" path" >payment/payflow_link/sandbox_flag</data >
Original file line number Diff line number Diff line change 12
12
<features value =" PayPal" />
13
13
<stories value =" Payment methods" />
14
14
<title value =" Check configuration for PayPal Payflow Link in Unites States" />
15
- <description value =" Check paypal Credit payment option's enablement and disablement based on the configuration setting in backend" />
15
+ <description value =" Check payflow payment option's enablement and disablement based on the configuration setting in backend" />
16
16
<severity value =" MAJOR" />
17
17
<testCaseId value =" AC-5217" />
18
+ <group value =" 3rd_party_integration" />
18
19
</annotations >
19
20
<before >
20
21
<createData entity =" Simple_US_Customer" stepKey =" createCustomer" />
You can’t perform that action at this time.
0 commit comments