killbill-payment-test-ui 4.0.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/views/payment_test/payments/index.html.erb +14 -3
- data/lib/payment_test/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85649a8c931c0a7239ea2578a7c85dc67977de2178fb3f258ff41e80ba8758c3
|
|
4
|
+
data.tar.gz: 9f9552881160054f9e1631303bb9422fd7ac125a4ff4ffab2a856e6b74f2c501
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89aec753646bea385406816fdffd5aa8c3b1ba914fd414f8f92f2222f9b1daa94d3458b732aff6bc6fd2cc1459e2929cace51089ead9829ce08090c11e6c0a3f
|
|
7
|
+
data.tar.gz: 3185fac465e6649593af1ed5a5fb00bcaf51ca4ecace76524364ca901afecaa71207a78ce859020deb473bc6ed7b03e9d722f93bae5de0e17d7a05350a6594c8
|
|
@@ -1,6 +1,16 @@
|
|
|
1
|
-
<div class="
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
<div class="kaui-container payment-test-index">
|
|
2
|
+
<%= render partial: 'kaui/components/breadcrumb/breadcrumb', locals: {
|
|
3
|
+
breadcrumbs: [
|
|
4
|
+
{ label: 'Settings', href: '/' },
|
|
5
|
+
{ label: "Payment Test", href: '#' }
|
|
6
|
+
]
|
|
7
|
+
} %>
|
|
8
|
+
|
|
9
|
+
<div class="d-flex" style="gap: 4rem;">
|
|
10
|
+
<%= render template: 'kaui/layouts/kaui_setting_sidebar' %>
|
|
11
|
+
|
|
12
|
+
<div class="w-100">
|
|
13
|
+
<div class="mx-auto" style="max-width: 80rem;">
|
|
4
14
|
<h5 class="add-new-custom-field-title border-bottom pb-3 mb-3">
|
|
5
15
|
<span class="icon-container">
|
|
6
16
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
|
|
@@ -50,4 +60,5 @@
|
|
|
50
60
|
</div>
|
|
51
61
|
</div>
|
|
52
62
|
</div>
|
|
63
|
+
</div>
|
|
53
64
|
</div>
|
data/lib/payment_test/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: killbill-payment-test-ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kill Bill core team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: killbill-assets-ui
|