mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
- if Rails.env.test?
|
|
%script{type: "text/javascript"}
|
|
= render file: "spec/support/fixtures/stripejs-mock.js"
|
|
- else
|
|
%script{src: "https://js.stripe.com/v3/", type: "text/javascript"}
|