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:
Claudiu Lodromanean 2018-05-03 08:01:17 -07:00 committed by GitHub
commit 9dfd62dd67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',
),
);