Skip to content

Commit

Permalink
Test keys updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sandesh556 committed Jan 7, 2025
1 parent 103b572 commit f47e235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Client/Stripe/SettingsControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function test_handleRzpAutoPay_correctly()
'product' => 'Helpdesk Advance', 'number' => mt_rand(100000, 999999), 'invoice_id' => $invoice->id, ]);
$subscription = Subscription::create(['order_id' => $order->id, 'product_id' => $product->id, 'version' => 'v3.0.0', 'is_subscribed' => '1', 'autoRenew_status' => '1']);
$plan = Plan::create(['name' => 'Hepldesk 1 year', 'product' => $product->id, 'days' => 365]);
\DB::table('api_keys')->where('id', 1)->update(['rzp_key' => 'rzp_test_II2JpRmSmCBOed', 'rzp_secret' => 'REA3WjmsDgzsTOtqL9NKzj8J']);
\DB::table('api_keys')->where('id', 1)->update(['rzp_key' => 'rzp_test_0UWbi4WpjuMCoC', 'rzp_secret' => 'jZbOckxf4RhwaUAgxzegwQqV']);
// Prepare mock data
$days = 30;
$product_name = 'Example Product';
Expand Down

0 comments on commit f47e235

Please sign in to comment.