mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add webhook simulation
This commit is contained in:
parent
0268524261
commit
ea2f728cd8
14 changed files with 896 additions and 20 deletions
|
@ -1,9 +1,16 @@
|
|||
.ppcp-webhooks-table {
|
||||
.ppcp-webhooks-table, .ppcp-webhooks-status-text {
|
||||
.error {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.success {
|
||||
color: green;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp-webhooks-table {
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
|
||||
|
@ -21,3 +28,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp-webhooks-status-text {
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue