Merge pull request #19938 from woocommerce/fix/update-obw-payfast-repo-slug
Updating repo slug for PayFast in the onboarding wizard
This commit is contained in:
commit
9dfd62dd67
|
@ -1281,7 +1281,7 @@ class WC_Admin_Setup_Wizard {
|
|||
'image' => WC()->plugin_url() . '/assets/images/payfast.png',
|
||||
'class' => 'payfast-logo',
|
||||
'enabled' => false,
|
||||
'repo-slug' => 'woocommerce-gateway-payfast',
|
||||
'repo-slug' => 'woocommerce-payfast-gateway',
|
||||
'file' => 'gateway-payfast.php',
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue